home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / mmu / MuManual / Include / clib / 68060_protos.h < prev    next >
C/C++ Source or Header  |  2002-03-12  |  385b  |  25 lines

  1. #ifndef  CLIB_68060_PROTOS_H
  2. #define  CLIB_68060_PROTOS_H
  3.  
  4. /*
  5. **      $VER: 68060_protos.h 40.1 (23.3.2001)
  6. **      Includes Release 40.1
  7. **
  8. **      C prototypes.
  9. **
  10. **      © 2001 THOR-Software (Thomas Richter)
  11. **
  12. */
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifndef LIBRARIES_68060_H
  19. #include <libraries/68060.h>
  20. #endif
  21.  
  22. ULONG FPUControl(ULONG flags,ULONG mask);
  23.  
  24. #endif
  25.